From b7d68a87160469e3c28b483a1895cc364978f6ad Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 9 Feb 2012 01:06:57 +0000 Subject: [PATCH] Documentation and whitespace --- api.php5 | 2 +- includes/Cdb_PHP.php | 2 +- includes/api/ApiBase.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api.php5 b/api.php5 index 504098d317..72ee155e6d 100644 --- a/api.php5 +++ b/api.php5 @@ -1 +1 @@ - (array with PARAM_* constants as keys) * Don't call this function directly: use getFinalParams() to allow * hooks to modify parameters as needed. - * @return array or false + * @return array|bool */ protected function getAllowedParams() { return false; @@ -773,7 +773,7 @@ abstract class ApiBase extends ContextSource { * Using the settings determine the value for the given parameter * * @param $paramName String: parameter name - * @param $paramSettings Mixed: default value or an array of settings + * @param $paramSettings array|mixed default value or an array of settings * using PARAM_* constants. * @param $parseLimit Boolean: parse limit? * @return mixed Parameter value -- 2.20.1